﻿2026-07-27T20:57:09.3980869Z ##[group]Run set -euo pipefail
2026-07-27T20:57:09.3981218Z [36;1mset -euo pipefail[0m
2026-07-27T20:57:09.3981461Z [36;1mPIN=0c95435[0m
2026-07-27T20:57:09.3981713Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-27T20:57:09.3982009Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-27T20:57:09.3982423Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-27T20:57:09.3982929Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-27T20:57:09.3983438Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-27T20:57:09.3983859Z [36;1m  rm -rf "$CACHE"[0m
2026-07-27T20:57:09.3984131Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-27T20:57:09.3984453Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-27T20:57:09.3984833Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-27T20:57:09.3985229Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-27T20:57:09.3985529Z [36;1mfi[0m
2026-07-27T20:57:09.3985843Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-27T20:57:09.3999137Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-27T20:57:09.3999418Z env:
2026-07-27T20:57:09.3999609Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-27T20:57:09.3999961Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30303479435-1-WbydJG
2026-07-27T20:57:09.4000394Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30303479435-1-WbydJG
2026-07-27T20:57:09.4000955Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30303479435-1-WbydJG
2026-07-27T20:57:09.4001369Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30303479435-1-WbydJG
2026-07-27T20:57:09.4001733Z ##[endgroup]
2026-07-27T20:57:09.6928740Z    Compiling proc-macro2 v1.0.106
2026-07-27T20:57:09.6929285Z    Compiling unicode-ident v1.0.24
2026-07-27T20:57:09.6929599Z    Compiling quote v1.0.45
2026-07-27T20:57:09.6930062Z    Compiling libc v0.2.186
2026-07-27T20:57:09.6930445Z    Compiling serde_core v1.0.228
2026-07-27T20:57:09.6930893Z    Compiling cfg-if v1.0.4
2026-07-27T20:57:09.6973606Z    Compiling serde v1.0.228
2026-07-27T20:57:09.7002337Z    Compiling log v0.4.32
2026-07-27T20:57:09.7057948Z    Compiling pin-project-lite v0.2.17
2026-07-27T20:57:09.7098333Z    Compiling portable-atomic v1.13.1
2026-07-27T20:57:09.7124034Z    Compiling typenum v1.20.1
2026-07-27T20:57:09.7148393Z    Compiling memchr v2.8.1
2026-07-27T20:57:09.7175083Z    Compiling version_check v0.9.5
2026-07-27T20:57:09.7175803Z    Compiling critical-section v1.2.0
2026-07-27T20:57:09.7231582Z    Compiling shlex v2.0.1
2026-07-27T20:57:09.7613774Z    Compiling find-msvc-tools v0.1.9
2026-07-27T20:57:09.7902143Z    Compiling bytes v1.11.1
2026-07-27T20:57:09.7903418Z    Compiling subtle v2.6.1
2026-07-27T20:57:09.8274320Z    Compiling futures-core v0.3.32
2026-07-27T20:57:09.9571024Z    Compiling equivalent v1.0.2
2026-07-27T20:57:09.9639781Z    Compiling smallvec v1.15.1
2026-07-27T20:57:09.9695202Z    Compiling itoa v1.0.18
2026-07-27T20:57:09.9960394Z    Compiling semver v1.0.28
2026-07-27T20:57:10.0225021Z    Compiling stable_deref_trait v1.2.1
2026-07-27T20:57:10.0326519Z    Compiling futures-sink v0.3.32
2026-07-27T20:57:10.0456040Z    Compiling slab v0.4.12
2026-07-27T20:57:10.0843306Z    Compiling futures-io v0.3.32
2026-07-27T20:57:10.1120837Z    Compiling futures-channel v0.3.32
2026-07-27T20:57:10.1219942Z    Compiling futures-task v0.3.32
2026-07-27T20:57:10.1416097Z    Compiling generic-array v0.14.7
2026-07-27T20:57:10.1750473Z    Compiling rand_core v0.10.1
2026-07-27T20:57:10.2642360Z    Compiling hashbrown v0.17.1
2026-07-27T20:57:10.2710760Z    Compiling rustversion v1.0.22
2026-07-27T20:57:10.2820683Z    Compiling bitflags v2.12.1
2026-07-27T20:57:10.3131529Z    Compiling cpufeatures v0.2.17
2026-07-27T20:57:10.3370835Z    Compiling getrandom v0.4.2
2026-07-27T20:57:10.3632369Z    Compiling fnv v1.0.7
2026-07-27T20:57:10.3773999Z    Compiling strsim v0.11.1
2026-07-27T20:57:10.3777625Z    Compiling cfg_aliases v0.2.1
2026-07-27T20:57:10.4050389Z    Compiling rustc_version v0.4.1
2026-07-27T20:57:10.4559457Z    Compiling litemap v0.8.2
2026-07-27T20:57:10.4641099Z    Compiling writeable v0.6.3
2026-07-27T20:57:10.5351177Z    Compiling dunce v1.0.5
2026-07-27T20:57:10.6029259Z    Compiling fs_extra v1.3.0
2026-07-27T20:57:10.6250884Z    Compiling ident_case v1.0.1
2026-07-27T20:57:10.6480826Z    Compiling utf8_iter v1.0.4
2026-07-27T20:57:10.7150284Z    Compiling icu_normalizer_data v2.2.0
2026-07-27T20:57:10.7280630Z    Compiling icu_properties_data v2.2.0
2026-07-27T20:57:10.7670759Z    Compiling autocfg v1.5.1
2026-07-27T20:57:10.7920449Z    Compiling percent-encoding v2.3.2
2026-07-27T20:57:10.8600706Z    Compiling http v1.4.1
2026-07-27T20:57:10.9100404Z    Compiling aws-lc-rs v1.17.0
2026-07-27T20:57:10.9650665Z    Compiling unicode-segmentation v1.13.3
2026-07-27T20:57:10.9880605Z    Compiling cpufeatures v0.3.0
2026-07-27T20:57:11.0463302Z    Compiling thiserror v2.0.18
2026-07-27T20:57:11.0550879Z    Compiling syn v2.0.117
2026-07-27T20:57:11.0630462Z    Compiling scopeguard v1.2.0
2026-07-27T20:57:11.1147644Z    Compiling indexmap v2.14.0
2026-07-27T20:57:11.1301197Z    Compiling chacha20 v0.10.0
2026-07-27T20:57:11.1521092Z    Compiling lock_api v0.4.14
2026-07-27T20:57:11.1630712Z    Compiling form_urlencoded v1.2.2
2026-07-27T20:57:11.2035227Z    Compiling untrusted v0.9.0
2026-07-27T20:57:11.2160536Z    Compiling heck v0.5.0
2026-07-27T20:57:11.2354531Z    Compiling rustls v0.23.40
2026-07-27T20:57:11.3040804Z    Compiling const-oid v0.10.2
2026-07-27T20:57:11.3755611Z    Compiling anyhow v1.0.102
2026-07-27T20:57:11.3970615Z    Compiling unicode-xid v0.2.6
2026-07-27T20:57:11.4109529Z    Compiling atomic-waker v1.1.2
2026-07-27T20:57:11.4405994Z    Compiling jobserver v0.1.34
2026-07-27T20:57:11.4475880Z    Compiling paste v1.0.15
2026-07-27T20:57:11.4696627Z    Compiling parking_lot_core v0.9.12
2026-07-27T20:57:11.4810613Z    Compiling httparse v1.10.1
2026-07-27T20:57:11.4880684Z    Compiling zerocopy v0.8.50
2026-07-27T20:57:11.5041138Z    Compiling num-traits v0.2.19
2026-07-27T20:57:11.5600858Z    Compiling convert_case v0.10.0
2026-07-27T20:57:11.5690674Z    Compiling hybrid-array v0.4.12
2026-07-27T20:57:11.6656177Z    Compiling curve25519-dalek v4.1.3
2026-07-27T20:57:11.6975108Z    Compiling ahash v0.8.12
2026-07-27T20:57:11.7114781Z    Compiling fastrand v2.4.1
2026-07-27T20:57:11.7250708Z    Compiling cc v1.2.63
2026-07-27T20:57:11.8961823Z    Compiling either v1.16.0
2026-07-27T20:57:11.9083822Z    Compiling base64ct v1.8.3
2026-07-27T20:57:11.9110843Z    Compiling powerfmt v0.2.0
2026-07-27T20:57:12.1344333Z    Compiling http-body v1.0.1
2026-07-27T20:57:12.1671564Z    Compiling deranged v0.5.8
2026-07-27T20:57:12.1870852Z    Compiling pem-rfc7468 v1.0.0
2026-07-27T20:57:12.2155961Z    Compiling crypto-common v0.1.7
2026-07-27T20:57:12.2362283Z    Compiling block-buffer v0.10.4
2026-07-27T20:57:12.2521379Z    Compiling tinyvec_macros v0.1.1
2026-07-27T20:57:12.2914020Z    Compiling vcpkg v0.2.15
2026-07-27T20:57:12.3070645Z    Compiling time-core v0.1.8
2026-07-27T20:57:12.3528509Z    Compiling mio v1.2.1
2026-07-27T20:57:12.3701619Z    Compiling socket2 v0.6.4
2026-07-27T20:57:12.3800653Z    Compiling getrandom v0.2.17
2026-07-27T20:57:12.4020923Z    Compiling digest v0.10.7
2026-07-27T20:57:12.4740732Z    Compiling pkg-config v0.3.33
2026-07-27T20:57:12.5930535Z    Compiling rand_core v0.6.4
2026-07-27T20:57:12.6700648Z    Compiling rand v0.10.1
2026-07-27T20:57:12.6760951Z    Compiling uuid v1.23.2
2026-07-27T20:57:12.7100741Z    Compiling data-encoding v2.11.0
2026-07-27T20:57:12.7560497Z    Compiling num-conv v0.2.2
2026-07-27T20:57:12.7720728Z    Compiling zmij v1.0.21
2026-07-27T20:57:12.7879525Z    Compiling try-lock v0.2.5
2026-07-27T20:57:12.8286794Z    Compiling base64 v0.22.1
2026-07-27T20:57:12.8739466Z    Compiling tower-service v0.3.3
2026-07-27T20:57:12.9656456Z    Compiling want v0.3.1
2026-07-27T20:57:12.9808313Z    Compiling parking_lot v0.12.5
2026-07-27T20:57:13.0450601Z    Compiling cmake v0.1.58
2026-07-27T20:57:13.1530841Z    Compiling sha2 v0.10.9
2026-07-27T20:57:13.1710407Z    Compiling crypto-common v0.2.2
2026-07-27T20:57:13.1810739Z    Compiling block-buffer v0.12.0
2026-07-27T20:57:13.2120659Z    Compiling tinyvec v1.11.0
2026-07-27T20:57:13.2638935Z    Compiling inout v0.1.4
2026-07-27T20:57:13.3250451Z    Compiling vergen-lib v9.1.0
2026-07-27T20:57:13.3350285Z    Compiling n0-future v0.3.2
2026-07-27T20:57:13.3940295Z    Compiling httpdate v1.0.3
2026-07-27T20:57:13.5201882Z    Compiling cordyceps v0.3.4
2026-07-27T20:57:13.5998503Z    Compiling spin v0.10.0
2026-07-27T20:57:13.6137868Z    Compiling winnow v1.0.3
2026-07-27T20:57:13.6240747Z    Compiling crossbeam-utils v0.8.21
2026-07-27T20:57:13.6629439Z    Compiling signature v2.2.0
2026-07-27T20:57:13.7367379Z    Compiling diatomic-waker v0.2.3
2026-07-27T20:57:13.7501150Z    Compiling parking v2.2.1
2026-07-27T20:57:13.7900764Z    Compiling serde_json v1.0.150
2026-07-27T20:57:13.8120986Z    Compiling ed25519 v2.2.3
2026-07-27T20:57:13.8827098Z    Compiling cipher v0.4.4
2026-07-27T20:57:13.9400829Z    Compiling futures-lite v2.6.1
2026-07-27T20:57:13.9810642Z    Compiling netlink-packet-core v0.8.1
2026-07-27T20:57:13.9913355Z    Compiling universal-hash v0.5.1
2026-07-27T20:57:14.0064482Z    Compiling vergen-lib v0.1.6
2026-07-27T20:57:14.0073167Z    Compiling futures-buffered v0.2.13
2026-07-27T20:57:14.0346811Z    Compiling vergen v9.1.0
2026-07-27T20:57:14.0541114Z    Compiling heapless v0.7.17
2026-07-27T20:57:14.0634478Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-27T20:57:14.1123099Z    Compiling noq-udp v0.10.0
2026-07-27T20:57:14.1470904Z    Compiling aws-lc-sys v0.41.0
2026-07-27T20:57:14.1819388Z    Compiling ring v0.17.14
2026-07-27T20:57:14.2019182Z    Compiling libsqlite3-sys v0.30.1
2026-07-27T20:57:14.2084311Z    Compiling sync_wrapper v1.0.2
2026-07-27T20:57:14.2164175Z    Compiling digest v0.11.3
2026-07-27T20:57:14.3350760Z    Compiling opaque-debug v0.3.1
2026-07-27T20:57:14.3430621Z    Compiling byteorder v1.5.0
2026-07-27T20:57:14.3561225Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-27T20:57:14.4030801Z    Compiling allocator-api2 v0.2.21
2026-07-27T20:57:14.4110171Z    Compiling polyval v0.6.2
2026-07-27T20:57:14.5778421Z    Compiling hash32 v0.2.1
2026-07-27T20:57:14.6008039Z    Compiling spin v0.9.8
2026-07-27T20:57:14.6168817Z    Compiling vergen-gitcl v1.0.8
2026-07-27T20:57:14.7870055Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-27T20:57:14.8253144Z    Compiling fallible-iterator v0.3.0
2026-07-27T20:57:14.8392169Z    Compiling num_threads v0.1.7
2026-07-27T20:57:14.9240722Z    Compiling tower-layer v0.3.3
2026-07-27T20:57:14.9292305Z    Compiling ryu v1.0.23
2026-07-27T20:57:14.9860882Z    Compiling signature v3.0.0
2026-07-27T20:57:14.9963345Z    Compiling time v0.3.47
2026-07-27T20:57:15.0470840Z    Compiling ghash v0.5.1
2026-07-27T20:57:15.1051662Z    Compiling sha2 v0.11.0-rc.5
2026-07-27T20:57:15.1270996Z    Compiling ctr v0.9.2
2026-07-27T20:57:15.1753067Z    Compiling aes v0.8.4
2026-07-27T20:57:15.1991715Z    Compiling fs2 v0.4.3
2026-07-27T20:57:15.2333908Z    Compiling aead v0.5.2
2026-07-27T20:57:15.2551254Z    Compiling http-body-util v0.1.3
2026-07-27T20:57:15.3296953Z    Compiling openssl-probe v0.2.1
2026-07-27T20:57:15.3661562Z    Compiling utf8parse v0.2.2
2026-07-27T20:57:15.3750519Z    Compiling arrayvec v0.7.6
2026-07-27T20:57:15.4232091Z    Compiling crossbeam-epoch v0.9.18
2026-07-27T20:57:15.4840534Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-27T20:57:15.5410434Z    Compiling crossbeam-channel v0.5.15
2026-07-27T20:57:15.5687261Z    Compiling netlink-packet-route v0.29.0
2026-07-27T20:57:15.6050388Z    Compiling blake3 v1.8.5
2026-07-27T20:57:15.6177710Z    Compiling memoffset v0.6.5
2026-07-27T20:57:15.7749974Z    Compiling aes-gcm v0.10.3
2026-07-27T20:57:15.7900575Z    Compiling acto v0.8.2
2026-07-27T20:57:15.8541035Z    Compiling netwatch v0.16.0
2026-07-27T20:57:15.9730993Z    Compiling noq v0.18.0
2026-07-27T20:57:15.9870560Z    Compiling xml-rs v0.8.28
2026-07-27T20:57:15.9959721Z    Compiling foldhash v0.2.0
2026-07-27T20:57:15.9988810Z    Compiling lru-slab v0.1.2
2026-07-27T20:57:16.1145355Z    Compiling ref-cast v1.0.25
2026-07-27T20:57:16.1583479Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-27T20:57:16.1931009Z    Compiling tagptr v0.2.0
2026-07-27T20:57:16.2069802Z    Compiling sorted-index-buffer v0.2.1
2026-07-27T20:57:16.3540932Z    Compiling rustc-hash v2.1.2
2026-07-27T20:57:16.3674063Z    Compiling rustix v1.1.4
2026-07-27T20:57:16.3761333Z    Compiling synstructure v0.13.2
2026-07-27T20:57:16.4690578Z    Compiling darling_core v0.20.11
2026-07-27T20:57:16.4821491Z    Compiling mac-addr v0.3.0
2026-07-27T20:57:16.5320772Z    Compiling thiserror v1.0.69
2026-07-27T20:57:16.6630660Z    Compiling identity-hash v0.1.0
2026-07-27T20:57:16.7982150Z    Compiling xmltree v0.10.3
2026-07-27T20:57:16.8249667Z    Compiling serde_derive_internals v0.29.1
2026-07-27T20:57:16.8890489Z    Compiling hashbrown v0.16.1
2026-07-27T20:57:17.0430855Z    Compiling netlink-packet-route v0.30.0
2026-07-27T20:57:17.1515058Z    Compiling termios v0.2.2
2026-07-27T20:57:17.3220651Z    Compiling proc-macro-crate v3.5.0
2026-07-27T20:57:17.4816016Z    Compiling ioctl-rs v0.1.6
2026-07-27T20:57:17.5251338Z    Compiling serial-core v0.4.0
2026-07-27T20:57:17.5910563Z    Compiling errno v0.3.14
2026-07-27T20:57:17.7330662Z    Compiling simple-dns v0.9.3
2026-07-27T20:57:17.7466439Z    Compiling aho-corasick v1.1.4
2026-07-27T20:57:17.7540927Z    Compiling sha1_smol v1.0.1
2026-07-27T20:57:17.8120920Z    Compiling linux-raw-sys v0.12.1
2026-07-27T20:57:17.8370574Z    Compiling signal-hook v0.3.18
2026-07-27T20:57:17.8573579Z    Compiling winnow v0.7.15
2026-07-27T20:57:17.8730323Z    Compiling toml_write v0.1.2
2026-07-27T20:57:17.9234333Z    Compiling regex-syntax v0.8.10
2026-07-27T20:57:17.9917283Z    Compiling smol_str v0.1.24
2026-07-27T20:57:18.0098678Z    Compiling resolv-conf v0.7.6
2026-07-27T20:57:18.1100159Z    Compiling simdutf8 v0.1.5
2026-07-27T20:57:18.2086797Z    Compiling arrayref v0.3.9
2026-07-27T20:57:18.2217087Z    Compiling constant_time_eq v0.4.2
2026-07-27T20:57:18.3060535Z    Compiling signal-hook-registry v1.4.8
2026-07-27T20:57:18.4286097Z    Compiling lru v0.16.4
2026-07-27T20:57:18.5420088Z    Compiling serial-unix v0.4.0
2026-07-27T20:57:18.5433575Z    Compiling serde_derive v1.0.228
2026-07-27T20:57:18.6300581Z    Compiling zeroize_derive v1.4.3
2026-07-27T20:57:18.7270382Z    Compiling tokio-macros v2.7.0
2026-07-27T20:57:18.8050733Z    Compiling zerofrom-derive v0.1.7
2026-07-27T20:57:19.2714034Z    Compiling futures-macro v0.3.32
2026-07-27T20:57:19.2886486Z    Compiling zeroize v1.8.2
2026-07-27T20:57:19.4654508Z    Compiling tokio v1.52.3
2026-07-27T20:57:19.4746808Z    Compiling yoke-derive v0.8.2
2026-07-27T20:57:20.0294316Z    Compiling zerovec-derive v0.11.3
2026-07-27T20:57:20.0998621Z    Compiling displaydoc v0.2.6
2026-07-27T20:57:20.3322234Z    Compiling futures-util v0.3.32
2026-07-27T20:57:20.3603883Z    Compiling zerofrom v0.1.8
2026-07-27T20:57:20.5268396Z    Compiling tracing-attributes v0.1.31
2026-07-27T20:57:20.5440302Z    Compiling rustls-pki-types v1.14.1
2026-07-27T20:57:20.5560722Z    Compiling thiserror-impl v2.0.18
2026-07-27T20:57:21.0183050Z    Compiling yoke v0.8.3
2026-07-27T20:57:21.1200835Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-27T20:57:21.2404911Z    Compiling zerotrie v0.2.4
2026-07-27T20:57:21.4457033Z    Compiling zerovec v0.11.6
2026-07-27T20:57:21.5630679Z    Compiling darling_macro v0.20.11
2026-07-27T20:57:21.6820850Z    Compiling derive_more-impl v2.1.1
2026-07-27T20:57:21.8090239Z    Compiling spez v0.1.2
2026-07-27T20:57:21.9578159Z    Compiling darling v0.20.11
2026-07-27T20:57:22.0280906Z    Compiling derive_builder_core v0.20.2
2026-07-27T20:57:22.1921572Z    Compiling tinystr v0.8.3
2026-07-27T20:57:22.2611248Z    Compiling potential_utf v0.1.5
2026-07-27T20:57:22.3094934Z    Compiling n0-error-macros v0.1.3
2026-07-27T20:57:22.3700751Z    Compiling der v0.8.0-rc.10
2026-07-27T20:57:22.4220681Z    Compiling icu_locale_core v2.2.0
2026-07-27T20:57:22.4485835Z    Compiling icu_collections v2.2.0
2026-07-27T20:57:22.5109354Z    Compiling pin-project-internal v1.1.13
2026-07-27T20:57:23.1846345Z    Compiling cobs v0.3.0
2026-07-27T20:57:23.4040610Z    Compiling derive_builder_macro v0.20.2
2026-07-27T20:57:23.4260609Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-27T20:57:23.4690383Z    Compiling n0-error v0.1.3
2026-07-27T20:57:23.7110855Z    Compiling icu_provider v2.2.0
2026-07-27T20:57:23.8941197Z    Compiling derive_builder v0.20.2
2026-07-27T20:57:23.9393925Z    Compiling spki v0.8.0-rc.4
2026-07-27T20:57:24.0775573Z    Compiling icu_properties v2.2.0
2026-07-27T20:57:24.1194357Z    Compiling icu_normalizer v2.2.0
2026-07-27T20:57:24.1310982Z    Compiling ipnet v2.12.0
2026-07-27T20:57:24.1721645Z    Compiling pin-project v1.1.13
2026-07-27T20:57:24.2190997Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-27T20:57:24.2680867Z    Compiling futures-executor v0.3.32
2026-07-27T20:57:24.4220907Z    Compiling ed25519-dalek v2.2.0
2026-07-27T20:57:24.4970749Z    Compiling futures v0.3.32
2026-07-27T20:57:24.5748527Z    Compiling prefix-trie v0.8.4
2026-07-27T20:57:24.5957201Z    Compiling ed25519 v3.0.0-rc.4
2026-07-27T20:57:24.7469959Z    Compiling once_cell v1.21.4
2026-07-27T20:57:24.8570719Z    Compiling spt-proto v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-27T20:57:24.9540709Z    Compiling tracing-core v0.1.36
2026-07-27T20:57:25.0250340Z    Compiling postcard-derive v0.2.2
2026-07-27T20:57:25.1929865Z    Compiling hashbrown v0.14.5
2026-07-27T20:57:25.2338728Z    Compiling data-encoding-macro v0.1.20
2026-07-27T20:57:25.3170271Z    Compiling rustls-native-certs v0.8.4
2026-07-27T20:57:25.3820363Z    Compiling enum-assoc v1.3.0
2026-07-27T20:57:25.4310805Z    Compiling async-trait v0.1.89
2026-07-27T20:57:25.5799518Z    Compiling tracing v0.1.44
2026-07-27T20:57:25.7609924Z    Compiling tokio-util v0.7.18
2026-07-27T20:57:25.8362737Z    Compiling idna_adapter v1.2.2
2026-07-27T20:57:25.9582063Z    Compiling idna v1.1.0
2026-07-27T20:57:25.9704128Z    Compiling hashlink v0.9.1
2026-07-27T20:57:26.0325338Z    Compiling netlink-sys v0.8.8
2026-07-27T20:57:26.0390708Z    Compiling postcard v1.1.3
2026-07-27T20:57:26.1786069Z    Compiling derive_more v2.1.1
2026-07-27T20:57:26.1954259Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-27T20:57:26.3489831Z    Compiling tower v0.5.3
2026-07-27T20:57:26.3730424Z    Compiling url v2.5.8
2026-07-27T20:57:26.4046642Z    Compiling iroh-metrics-derive v0.4.1
2026-07-27T20:57:26.4160660Z    Compiling strum_macros v0.28.0
2026-07-27T20:57:26.5201102Z    Compiling num_enum_derive v0.7.6
2026-07-27T20:57:26.5649106Z    Compiling netlink-proto v0.12.0
2026-07-27T20:57:26.5730781Z    Compiling netdev v0.42.0
2026-07-27T20:57:26.5862809Z    Compiling rusqlite v0.32.1
2026-07-27T20:57:26.6081038Z    Compiling iroh-relay v0.98.0
2026-07-27T20:57:26.6307537Z    Compiling moka v0.12.15
2026-07-27T20:57:26.9047776Z    Compiling h2 v0.4.14
2026-07-27T20:57:26.9282630Z    Compiling iroh-metrics v0.38.3
2026-07-27T20:57:26.9307744Z    Compiling tokio-stream v0.1.18
2026-07-27T20:57:27.0610458Z    Compiling n0-watcher v0.6.1
2026-07-27T20:57:27.0795146Z    Compiling serde_spanned v0.6.9
2026-07-27T20:57:27.2133635Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-27T20:57:27.2398413Z    Compiling attohttpc v0.30.1
2026-07-27T20:57:27.3478834Z    Compiling tower-http v0.6.11
2026-07-27T20:57:27.5475798Z    Compiling iroh-base v0.98.0
2026-07-27T20:57:27.5810841Z    Compiling toml_datetime v0.6.11
2026-07-27T20:57:27.7115894Z    Compiling num_enum v0.7.6
2026-07-27T20:57:27.8042546Z    Compiling spt-store v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-27T20:57:27.8230651Z    Compiling thiserror-impl v1.0.69
2026-07-27T20:57:27.9035530Z    Compiling ref-cast-impl v1.0.25
2026-07-27T20:57:27.9130997Z    Compiling toml_edit v0.22.27
2026-07-27T20:57:28.2185404Z    Compiling webpki-roots v1.0.7
2026-07-27T20:57:28.3610862Z    Compiling regex-automata v0.4.14
2026-07-27T20:57:28.3636812Z    Compiling schemars_derive v1.2.1
2026-07-27T20:57:28.4565873Z    Compiling darling_core v0.23.0
2026-07-27T20:57:28.4695446Z    Compiling serde_bytes v0.11.19
2026-07-27T20:57:28.5298359Z    Compiling hmac v0.12.1
2026-07-27T20:57:28.6970384Z    Compiling seize v0.5.1
2026-07-27T20:57:28.7147881Z    Compiling iroh v0.98.2
2026-07-27T20:57:28.7263184Z    Compiling rustix v0.38.44
2026-07-27T20:57:28.9760676Z    Compiling pin-utils v0.1.0
2026-07-27T20:57:29.0243566Z    Compiling cmov v0.5.4
2026-07-27T20:57:29.0891074Z    Compiling dyn-clone v1.0.20
2026-07-27T20:57:29.1999361Z    Compiling bitflags v1.3.2
2026-07-27T20:57:29.2594254Z    Compiling papaya v0.2.4
2026-07-27T20:57:29.2725843Z    Compiling nix v0.25.1
2026-07-27T20:57:29.2899812Z    Compiling ctutils v0.4.2
2026-07-27T20:57:29.3140346Z    Compiling hkdf v0.12.4
2026-07-27T20:57:29.4440518Z    Compiling strum v0.28.0
2026-07-27T20:57:29.4725020Z    Compiling backon v1.6.0
2026-07-27T20:57:29.5550659Z    Compiling iroh-dns v0.98.0
2026-07-27T20:57:29.5650822Z    Compiling filedescriptor v0.8.3
2026-07-27T20:57:29.6081682Z    Compiling serial v0.4.0
2026-07-27T20:57:29.6800514Z    Compiling anstyle-parse v1.0.0
2026-07-27T20:57:29.8200755Z    Compiling vte_generate_state_changes v0.1.2
2026-07-27T20:57:29.8550800Z    Compiling anstyle v1.0.14
2026-07-27T20:57:29.8800709Z    Compiling colorchoice v1.0.5
2026-07-27T20:57:29.8877371Z    Compiling is_terminal_polyfill v1.70.2
2026-07-27T20:57:29.9628735Z    Compiling linux-raw-sys v0.4.15
2026-07-27T20:57:29.9800586Z    Compiling foldhash v0.1.5
2026-07-27T20:57:30.0810818Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-27T20:57:30.0880574Z    Compiling shell-words v1.1.1
2026-07-27T20:57:30.1157000Z    Compiling downcast-rs v1.2.1
2026-07-27T20:57:30.1367987Z    Compiling anstyle-query v1.1.5
2026-07-27T20:57:30.1540914Z    Compiling unicode-width v0.2.0
2026-07-27T20:57:30.1860143Z    Compiling instability v0.3.12
2026-07-27T20:57:30.2594299Z    Compiling anstream v1.0.0
2026-07-27T20:57:30.2664434Z    Compiling hashbrown v0.15.5
2026-07-27T20:57:30.3758215Z    Compiling vte v0.13.1
2026-07-27T20:57:30.5030367Z    Compiling signal-hook-mio v0.2.5
2026-07-27T20:57:30.5618882Z    Compiling schemars v1.2.1
2026-07-27T20:57:30.6036567Z    Compiling spake2 v0.4.0
2026-07-27T20:57:30.6680573Z    Compiling terminal_size v0.4.4
2026-07-27T20:57:30.7900899Z    Compiling toml v0.8.23
2026-07-27T20:57:31.0008675Z    Compiling strum_macros v0.26.4
2026-07-27T20:57:31.1350624Z    Compiling regex v1.12.3
2026-07-27T20:57:31.5630424Z    Compiling sha1 v0.10.6
2026-07-27T20:57:31.6390787Z    Compiling itertools v0.13.0
2026-07-27T20:57:31.8084460Z    Compiling spt-msg v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-27T20:57:31.8750150Z    Compiling castaway v0.2.4
2026-07-27T20:57:31.8859720Z    Compiling indoc v2.0.7
2026-07-27T20:57:31.9970489Z    Compiling unicode-width v0.1.14
2026-07-27T20:57:32.3378051Z    Compiling spt-runtime v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-27T20:57:32.3639883Z    Compiling doctest-file v1.1.1
2026-07-27T20:57:32.5230398Z    Compiling hyper v1.10.1
2026-07-27T20:57:32.7033562Z    Compiling darling_macro v0.23.0
2026-07-27T20:57:32.8406995Z    Compiling static_assertions v1.1.0
2026-07-27T20:57:32.8627344Z    Compiling clap_lex v1.1.0
2026-07-27T20:57:32.9070011Z    Compiling compact_str v0.8.2
2026-07-27T20:57:33.1511188Z    Compiling clap_builder v4.6.0
2026-07-27T20:57:33.1724660Z    Compiling interprocess v2.4.2
2026-07-27T20:57:33.2220584Z    Compiling darling v0.23.0
2026-07-27T20:57:33.3150630Z    Compiling crossterm v0.28.1
2026-07-27T20:57:33.5984567Z    Compiling portable-pty v0.8.1
2026-07-27T20:57:33.7914696Z    Compiling unicode-truncate v1.1.0
2026-07-27T20:57:33.8260759Z    Compiling strum v0.26.3
2026-07-27T20:57:33.9037616Z    Compiling lru v0.12.5
2026-07-27T20:57:33.9140509Z    Compiling clap_derive v4.6.1
2026-07-27T20:57:33.9501027Z    Compiling iana-time-zone v0.1.65
2026-07-27T20:57:33.9640405Z    Compiling cassowary v0.3.0
2026-07-27T20:57:34.0851679Z    Compiling spt-term v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-27T20:57:34.1667939Z    Compiling chrono v0.4.45
2026-07-27T20:57:34.2910666Z    Compiling nucleo-matcher v0.3.1
2026-07-27T20:57:34.4536032Z    Compiling hyper-util v0.1.20
2026-07-27T20:57:34.8651563Z    Compiling ratatui v0.29.0
2026-07-27T20:57:34.9070875Z    Compiling qrcode v0.14.1
2026-07-27T20:57:34.9123652Z    Compiling tempfile v3.27.0
2026-07-27T20:57:36.0505554Z    Compiling clap v4.6.1
2026-07-27T20:57:36.1825776Z    Compiling spt-live v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-27T20:57:36.5113829Z    Compiling igd-next v0.17.1
2026-07-27T20:57:37.6393794Z    Compiling portmapper v0.16.0
2026-07-27T20:57:43.7365316Z    Compiling rustls-webpki v0.103.13
2026-07-27T20:57:46.0824583Z    Compiling tokio-rustls v0.26.4
2026-07-27T20:57:46.0825271Z    Compiling rustls-platform-verifier v0.7.0
2026-07-27T20:57:46.0825852Z    Compiling noq-proto v0.17.0
2026-07-27T20:57:46.2247665Z    Compiling hyper-rustls v0.27.9
2026-07-27T20:57:46.2354149Z    Compiling hickory-net v0.26.0-beta.4
2026-07-27T20:57:46.2354745Z    Compiling tokio-websockets v0.13.2
2026-07-27T20:57:46.3516752Z    Compiling reqwest v0.13.4
2026-07-27T20:57:47.2499448Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-27T20:58:01.1251422Z    Compiling spt-net v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-27T20:58:02.6317826Z    Compiling spt-daemon v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-27T20:58:12.8828885Z    Compiling spt v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-27T20:58:17.9756691Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 08s
2026-07-27T20:58:17.9989061Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-3ab4271e97bdecca)
2026-07-27T20:58:18.0002629Z 
2026-07-27T20:58:18.0002919Z running 1 test
2026-07-27T20:58:24.1946823Z test new_brain_serves_against_old_broker ... ok
2026-07-27T20:58:24.1947157Z 
2026-07-27T20:58:24.1947439Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-27T20:58:24.1947810Z 
